| SaStudentBankAccount |
| Logical Entity Name | SaStudentBankAccount |
| Default Table Name | SaStudentBankAccount |
| Physical Only | NO |
| Definition | |
| Note |
| SaStudentBankAccount Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SaStudentBankAccountID |
int | NO | ||
SyStudentID |
int | NO | ||
| TransactionType | char(1) | NO | ||
| BankName | varchar(60) | NO | ||
| RoutingNumber | char(9) | NO | ||
| AccountNumber | varchar(150) | YES | ||
UserID |
int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO | ||
| PrimaryPayment | bit | NO | ||
| AccountTypeCode | char(16) | NO | ||
| DirectDeposit | bit | YES | ||
| MerchantProcessingCode | varchar(19) | YES | ||
| IV | varchar(100) | YES | ||
| LastFourNumber | char(10) | YES | ||
| IsOnlinePayment | char(10) | NO | ||
| CorrelationIdentifier | char(10) | YES | ||
| AuthorizationNumber | char(10) | YES | ||
| BankAccountGuid | char(10) | YES | ||
| PaymentGatewayProvider | char(10) | YES | ||
| Active | char(10) | NO |
| SaStudentBankAccount Primary and Unique Keys |
| Key Name | Key Type | Keys |
| SaStudentBankAccount_SaStudentBankAccountID_U_C_IDX | PrimaryKey | SaStudentBankAccountID |
| SaStudentBankAccount Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| syStudent | Non-Identifying | One To Zero or More | FK_SaStudentBankAccount_SyStudentID_syStudent_SyStudentID | SyStudentID | NO | YES | ||
| SyStaff | Non-Identifying | One To Zero or More | FK_SaStudentBankAccount_UserID_SyStaff_SyStaffID | UserID | NO | YES |
| Child Relationships: |
| SaStudentBankAccount Check Constraints |
| Check Constraint Name | CheckConstraint |